Skip to content

Conversation

@olexale
Copy link
Owner

@olexale olexale commented Aug 24, 2025

No description provided.

@olexale olexale requested a review from Copilot August 24, 2025 12:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the build dependency by upgrading to version 3.0.0 and removes the package's built-in steps in favor of generating them locally. The main changes include replacing flutter_test with the generic test package across all test files and removing pre-built step implementations.

  • Updates dependencies to newer versions (build to ^3.0.0, test to ^1.26.3, etc.)
  • Replaces flutter_test imports with test imports across all test files
  • Removes pre-built step files and configuration that provided them

Reviewed Changes

Copilot reviewed 76 out of 79 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
pubspec.yaml Updates dependencies and removes Flutter-specific test dependencies
test/*_test.dart Replaces flutter_test imports with test package imports
lib/step/*.dart Removes all pre-built step implementations
lib/bdd_options.yaml Removes configuration file for external steps
example/ Updates example configuration and generated imports
test/feature_generator_test.dart Refactors test generation logic to use assertion-based testing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@olexale olexale requested a review from Copilot August 24, 2025 13:12
@olexale olexale merged commit 49dfe83 into master Aug 24, 2025
1 check passed
@olexale olexale deleted the fix_build_dependency branch August 24, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant